Type Definitions

The following type definitions are available globally.

  • Callback block containing an array of VLDRecord objects and/or an NSError object.

    Declaration

    Objective-C

    typedef void (^VLDMultiRecordResponseBlock)(int *, int *)
  • Callback block containing a VLDRecord object or an NSError object.

    Declaration

    Objective-C

    typedef void (^VLDRecordResponseBlock)(VLDRecord *, int *)
  • Callback block containing a VLDServerResponse object or an NSError object.

    Declaration

    Objective-C

    typedef void (^VLDDeleteResponseBlock)(VLDServerResponse *, int *)
  • Callback block containing a VLDMedia object or an NSError object.

    Declaration

    Objective-C

    typedef void (^VLDImageUploadResponseBlock)(VLDMedia *, int *)